/* Selects any <p> that is the first element among its siblings */ p:first-child { color: lime; }